home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr25 / av2.zip / ARCHIVER.BB2 next >
Text File  |  1993-03-14  |  3KB  |  133 lines

  1. ;ARCHIVER.BB2, archiver control file for XBBS-OS/2, XGROUP and AV
  2. ;
  3. ;format for this archiver.bb2 file (each entry has 16 lines):
  4. ;
  5. ; 1st line:  ID of archiver (like ARC, LHARC, PKZIP, etc.; human consumption)
  6. ; 2nd line:  normal extension for archives (like ZIP, ARC, LZH; note no period)
  7. ; 3rd line:  offset into file to signature
  8. ; 4th line:  list command
  9. ; 5th line:  extract command
  10. ; 6th line:  add/create command
  11. ; 7th line:  move command
  12. ; 8th line:  delete command
  13. ; 9th line:  signature (case sensitive, leading spaces count!
  14. ;10th line:  startlist string
  15. ;11th line:  endlist string
  16. ;12th line:  old size position  (0-based, -1 = not available)
  17. ;13th line:  new size position
  18. ;14th line:  file date position
  19. ;15th line:  number of positions in dates (for "03 June 92" would be 3)
  20. ;16th line:  file name position
  21. ;
  22. ;a semicolon demarks a comment.  they may appear at any point *except*
  23. ;after signatures, startlist and endlist strings (lines 9, 10 and 11).
  24. ;everything on the line after the semicolon is ignored.
  25. ;
  26. ;note that all archiver strings should include the archiver's paramters to
  27. ;prevent it from stopping for input!  also note that archive types are checked
  28. ;in order of their listing in this file.
  29. ;
  30. ;how archive listing works:
  31. ;
  32. ;XBBS (or AV) first tries to find a signature match.  failing that, it checks
  33. ;to see if the file might be an ARC-format file.  If the latter, READARC.CMD
  34. ;is spawned (by XBBS) with ARC as the first argument and v as the second,
  35. ;followed by the filename.  If the former, the list command is sent, followed
  36. ;by the filename.  output is redirected to a file that XBBS then displays to
  37. ;the user.  crude, but effective.  AV handles things a little more smoothly.
  38. ;
  39. ;although only the list and extract command strings are currently used by
  40. ;XBBS, include them all. someday most or all of Peeker's functionality will
  41. ;be present in XBBS-OS/2. AV likes them, too, and uses most of them now.
  42. ;
  43. ;note to XGroup DOS users:  you'll probably have to modify the ARJ and
  44. ;LHARC listings in here to work with your archivers.
  45. ;
  46. ;
  47. ZOO
  48. ZOO
  49. 0
  50. ZOO.EXE vO
  51. ZOO.EXE xO
  52. ZOO.Exe aO
  53. ZOO.EXE aMO
  54. ZOO.EXE -delete
  55. ZOO
  56. --------  --- --------  --------- --------
  57. --------  --- --------  --------- --------
  58. 0
  59. 2
  60. 3
  61. 3
  62. 7
  63. ;
  64. LHARC
  65. LZH
  66. 2
  67. LH.EXE /o l
  68. LH.EXE /o x
  69. LH.EXE /o a
  70. LH.EXE /o m
  71. LH.EXE /o d
  72. -lh
  73.   -------- -------- -----------------------------------------
  74.   --------          -----------------------------------------
  75. 0
  76. -1
  77. 1
  78. 1
  79. 2
  80. ;
  81. PKZIP
  82. ZIP
  83. 0
  84. PKZIP.EXE -v
  85. PKUNZIP.EXE -o
  86. PKZIP.EXE -a
  87. PKZIP.EXE -m
  88. PKZIP.EXE -d
  89. PK\x3\x4
  90.  ------  ------   ----- -----   ----    ----   ------  ----  ----
  91.  ------          ------  ---                                 -------
  92. 0
  93. 2
  94. 4
  95. 2
  96. 8
  97. ;
  98. ARJ
  99.  
  100. 0
  101. unarj.exe l
  102. unarj.exe e
  103.  
  104.  
  105.  
  106. \x60\xea
  107. ------------ ---------- ---------- ----- ----------------- -------- ---- ------
  108. ------------ ---------- ---------- ----- -----------------
  109. 1
  110. 2
  111. 4
  112. 1
  113. 0
  114. ;
  115. ARC
  116. ARC
  117. 0
  118. ARC.EXE lwn
  119. ARC.EXE ewn
  120. ARC.EXE awn
  121. ARC.EXE mwn
  122. ARC.EXE dwn
  123. \x1a
  124. ============  ========  =========
  125.         ====  ========
  126. 1
  127. -1
  128. 2
  129. 3
  130. 0
  131. ;you can add as many archivers as you like to this file
  132. ;always end file with blank line or comment
  133.